home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / a2z.zip / A2ZEDT.$$$ < prev    next >
Text File  |  1994-02-12  |  10KB  |  262 lines

  1.  
  2.  ╔═══════════════════════╗
  3.  ║    Text Entry Keys    ║
  4.  ╚═══════════════════════╝
  5.  
  6.    PgUp    Previous Page
  7.    PgDn    Next Page
  8.    Home    Goto ===> Command Line
  9.    End     Set Cursor To End Of File
  10.    Tab     Tab Cursor +10
  11.           Up Cursor
  12.           Down Cursor
  13.           Left Cursor
  14.           Right Cursor
  15.    Ins     Insert Char
  16.    Del     Delete Char
  17.    ─┘     Next Line
  18.  
  19.  
  20.    4 PAGES of 66 LINES are automatically ALLOCATED (264 line LIMIT)
  21.  
  22.  
  23.  
  24.  ╔═══════════════════════╗
  25.  ║  Text Function Keys   ║
  26.  ╚═══════════════════════╝
  27.  
  28.  
  29.    F1   Split Line
  30.    F2   Join Line
  31.    f3   View Left
  32.    F4   View Right
  33.    F5   Cursor Left
  34.    F6   Cursor Right
  35.    F7   Mark Window ┌
  36.    F8   Mark Window   ┘
  37.    F9   Paste Window
  38.    F10  Cut To End Of Line
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  ╔═══════════════════════╗
  47.  ║      Text Windows     ║
  48.  ╚═══════════════════════╝
  49.  
  50.       use Function Keys F7 and F8 to OPEN a window
  51.       enter CLOSE or CL on Command Line to CLOSE window
  52.  
  53.       ┌───────────────────────────────────────────────────────────┐
  54.  00001│  F7 Key |              WINDOWS can be OPENED to:          │
  55.  00002│                                                          │
  56.  00003│         ┌─────────┐                                       │
  57.  00004│         │         │    ■  LIMIT the effect of COMMANDS    │
  58.  00005│         │         │                                       │
  59.  00006│         │         │    ■  CUT and PASTE CODE              │
  60.  00007│         └─────────┘                                       │
  61.  00008│                       ■  PRINT selected window           │
  62.  00009│            F8 Key |                                       │
  63.       └───────────────────────────────────────────────────────────┘
  64.  
  65.  
  66.  
  67.  
  68.  ╔═══════════════════════╗
  69.  ║  Line Prefix Commands ║
  70.  ╚═══════════════════════╝
  71.  
  72.  
  73.    /        Make Top Line
  74.    I or I#  Insert Line(s)
  75.    D or D#  Delete Line(s)
  76.    = or =#  Duplicate Line(s)
  77.    " or "#  Duplicate Line(s)
  78.    A        Mark After
  79.    F        Mark Following
  80.    B        Mark Before
  81.    C or CC  Copy Line(s)
  82.    M or MM  Move Line(s)
  83.    D or DD  Delete Line(s)
  84.    DV       Delete To End Of File
  85.    X        Cancel Action
  86.  
  87.  
  88.  
  89.  
  90.  ╔═══════════════════════╗
  91.  ║      Insert Lines     ║
  92.  ╚═══════════════════════╝
  93.  
  94.  
  95.  C:MY.COD             L:1  C:1  P:1  :1-120  :1-264
  96.  ===>
  97.       ┌───────────────────────────────────────────────────────────┐
  98.  00001│                                                           │
  99.  I9────   9 blank lines are inserted after line 2                │
  100.  00003│                                                           │
  101.  00004│                                                           │
  102.  00005│                                                           │
  103.  00006│                                                           │
  104.  00007│                                                           │
  105.  00008│                                                           │
  106.  00009│                                                           │
  107.       └───────────────────────────────────────────────────────────┘
  108.  
  109.  
  110.  
  111.  
  112.  ╔═══════════════════════╗
  113.  ║    Duplicate Lines    ║
  114.  ╚═══════════════════════╝
  115.  
  116.  
  117.  C:MY.COD             L:1  C:1  P:1  :1-120  :1-264
  118.  ===>
  119.       ┌───────────────────────────────────────────────────────────┐
  120.  00001│                                                           │
  121.  00002│                                                           │
  122.  00003│                                                           │
  123.  =3────   line 4 is duplicated 3 times                           │
  124.  00005│                                                           │
  125.  00006│                                                           │
  126.  00007│                                                           │
  127.  00008│                                                           │
  128.  00009│                                                           │
  129.       └───────────────────────────────────────────────────────────┘
  130.  
  131.  
  132.  
  133.  
  134.  ╔═══════════════════════╗
  135.  ║       Block Copy      ║
  136.  ╚═══════════════════════╝
  137.  
  138.  
  139.  C:MY.COD             L:1  C:1  P:1  :1-120  :1-264
  140.  ===>
  141.       ┌───────────────────────────────────────────────────────────┐
  142.  00001│                                                           │
  143.  CC──── FROM line                                                │
  144.  00003│                                                           │
  145.  00004│                                                           │
  146.  CC──── TO line                                                  │
  147.  00006│                                                           │
  148.  00007│                                                           │
  149.  A────- AFTER line        lines 2-5 are copied after line 7      │
  150.  00009│                                                           │
  151.       └───────────────────────────────────────────────────────────┘
  152.  
  153.  
  154.  
  155.  
  156.  ╔═══════════════════════╗
  157.  ║       Block Move      ║
  158.  ╚═══════════════════════╝
  159.  
  160.  
  161.  C:MY.COD             L:1  C:1  P:1  :1-120  :1-264
  162.  ===>
  163.       ┌───────────────────────────────────────────────────────────┐
  164.  00001│                                                           │
  165.  MM──── FROM line                                                │
  166.  00003│                                                           │
  167.  00004│                                                           │
  168.  MM──── TO line                                                  │
  169.  00006│                                                           │
  170.  00007│                                                           │
  171.  B────- BEFORE line       lines 2-5 are moved before line 8      │
  172.  00009│                                                           │
  173.       └───────────────────────────────────────────────────────────┘
  174.  
  175.  
  176.  
  177.  
  178.  ╔═══════════════════════╗
  179.  ║      Block Delete     ║
  180.  ╚═══════════════════════╝
  181.  
  182.  
  183.  C:MY.COD             L:1  C:1  P:1  :1-120  :1-264
  184.  ===>
  185.       ┌───────────────────────────────────────────────────────────┐
  186.  00001│                                                           │
  187.  DD──── FROM line                                                │
  188.  00003│                                                           │
  189.  00004│                                                           │
  190.  DD──── TO line           lines 2-5 are deleted                  │
  191.  00006│                                                           │
  192.  00007│                                                           │
  193.  00000│                                                           │
  194.  00009│                                                           │
  195.       └───────────────────────────────────────────────────────────┘
  196.  
  197.  
  198.  
  199.  
  200.  ╔═══════════════════════╗
  201.  ║      Append Code      ║
  202.  ╚═══════════════════════╝
  203.  
  204.  
  205.  C:MY.COD             L:1  C:1  P:1  :1-120  :1-264
  206.  ===>AF MY2
  207.       ┌───────────────────────────────────────────────────────────┐
  208.  00001│if rec = 1 then                                            │
  209.  00002│state = 'CA'                                               │
  210.  00003│endif                                                      │
  211.  00004│              file MY2.COD is appended after line 3        │
  212.  00005│                                                           │
  213.  00006│                                                           │
  214.  00007│                                                           │
  215.  00000│                                                           │
  216.  00009│                                                           │
  217.       └───────────────────────────────────────────────────────────┘
  218.  
  219.  
  220.  
  221.  
  222.  ╔═══════════════════════╗
  223.  ║        Get Code       ║
  224.  ╚═══════════════════════╝
  225.  
  226.  
  227.  C:MY.COD             L:1  C:1  P:1  :1-120  :1-264
  228.  ===>GF MY3
  229.       ┌───────────────────────────────────────────────────────────┐
  230.  00001│if rec = 1 then                                            │
  231.  00002│state = 'CA'                                               │
  232.  00003│endif                                                      │
  233.  00004│if rec = 2 then                                            │
  234.  00005│state = 'MN'                                               │
  235.  00006│endif              MY3.COD replaces MY.COD                 │
  236.  00007│                                                           │
  237.  00000│                                                           │
  238.  00009│                                                           │
  239.       └───────────────────────────────────────────────────────────┘
  240.  
  241.  
  242.  
  243.  
  244.  ╔═══════════════════════╗
  245.  ║      Compile Code     ║
  246.  ╚═══════════════════════╝
  247.  
  248.  
  249.  C:MY.COD             L:1  C:1  P:1  :1-120  :1-264
  250.  ===>RUN
  251.       ┌───────────────────────────────────────────────────────────┐
  252.  00001│if rec = 1 then                                            │
  253.  00002│state = 'CA'                                               │
  254.  00003│endif                                                      │
  255.  00004│if rec = 2 then                                            │
  256.  00005│state = 'MN'                                               │
  257.  00006│endif                                                      │
  258.  00007│if rec = 3 then                                            │
  259.  00000│state = 'CO'                                               │
  260.  00009│endif                                                      │
  261.       └───────────────────────────────────────────────────────────┘
  262.